home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / USBPRINT.IN_ / usbprint.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  1.6 KB  |  92 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=USB
  4. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=10/01/2002,5.2.3790.0
  8.  
  9. [ControlFlags]
  10. ExcludeFromSelect = *
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir = 12
  14. ; don't need this yet. USBPRINT_Inst.CopyFilesDLL.NT = 11
  15.  
  16. [Manufacturer]
  17. %MSFT%=Microsoft
  18.  
  19. [Microsoft]
  20. %USBPRINT.DeviceDesc% = USBPRINT_Inst,USB\Class_07,GENERIC_USB_PRINTER
  21.  
  22. ;=====================================================================
  23. [USBPRINT_Inst.NT]
  24. ; remove copyfiles.dll for now Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  25.  
  26. Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  27.  
  28. [USBPRINT_Inst.CopyFiles.NT]
  29. usbprint.sys
  30.  
  31. [USBPRINT_INST.CopyFilesDLL.NT]
  32.  
  33. [USBPRINT_Inst.NT.Services]
  34. AddService = usbprint,0x00000002,USBPRINT_Service_Inst
  35. ;=====================================================================
  36.  
  37. [USBPRINT_Service_Inst]
  38. DisplayName    = %USBPRINT.SvcDesc%
  39. ServiceType    = 1 ;KERNEL_DRIVER
  40. StartType      = 3 ;DEMAND START
  41. ErrorControl   = 1 ;RROR_NORMAL
  42. ServiceBinary  = %12%\usbprint.sys
  43. LoadOrderGroup = extended base
  44.  
  45.  
  46.  
  47. ;SPSVCINST_TAGTOFRONT  = 0x00000001
  48. ;SPSVCINST_ASSOCSERVICE= 0x00000002
  49. ;SERVICE_KERNEL_DRIVER = 1
  50. ;SERVICE_BOOT_START    = 0
  51. ;SERVICE_SYSTEM_START  = 1
  52. ;SERVICE_AUTO_START    = 2
  53. ;SERVICE_DEMAND_START  = 3
  54. ;SERVICE_ERROR_NORMAL  = 1
  55. ;SERVICE_ERROR_IGNORE  = 0
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. [strings]
  89. MSFT                  = "Microsoft"
  90. USBPRINT.DeviceDesc   = "USB Printing Support"
  91. USBPRINT.SvcDesc      = "Microsoft USB PRINTER Class"
  92.